Skip to main content

Windows

Complete the following steps:

  1. If you have not done so already, then install Windows Subsystem for Linux (WSL2) and Ubuntu 20.04.
  2. Optional, but recommended, install the Windows Terminal

Install the required packages

The Altair project requires the following packages:

  1. libuv1 event loop library.
  2. SSL Development.
  3. OSSP uuid
  4. C compiler and debugging tools.

Windows Subsystem for Linux users

Follow these steps to install the required packages.

  1. Open an WSL Ubuntu Terminal window.

  2. Run the following command to install the required packages

    sudo apt-get install -y libuv1-dev cmake build-essential gdb curl libcurl4-openssl-dev libssl-dev uuid-dev ca-certificates git libi2c-dev libgpiod-dev gpiod